html {
  scroll-behavior: smooth !important;
}
.header-layout6 .container {
    max-width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}
.breadcumb-wrapper {
  background-color: #762d2d;
  padding: 100px 0 90px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.breadcumb-wrapper:before {
  background: linear-gradient(0deg, rgba(3, 6, 14, 0.8), rgb(118 45 45));
  opacity: 0.9;
}
.breadcumb-wrapper {
    background: url(/User/assets/Media/caligraphy.webp);
}
.sh-cart-icon {
  transform: translateX(0px) !important;
}
.cs-courses {
  margin: 0 auto;
}
.start-learning-btn {
  background-color: #762d2d;
  color: #fff;
  border: none;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.courses-text a {
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 20px;
  display: block;
  font-weight: 500;
}
.courses-text {
  height: 120px;
}
.start-learning-btn:hover {
  background-color: #5e1f1f;
  transform: translateY(-2px);
}
.our-courses-section {
  border-bottom: 1px solid #d9d9d9;
}
section.our-courses-section.gap.oc-last-sec {
  margin-bottom: -8%;
}
.container.container-small.oc-last-sec-div {
  padding-bottom: 60px;
}
.footer-logo img {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px #424242;
}
.courses-img img {
  width: 100% !important;
  height: 280px !important;
  object-fit: cover !important;
}
.main-menu ul li:has(.sub-menu) > a.dropdown:after {
  transform: rotate(270deg);
}
a.dropdown.mob {
  font-size: 12px;
}
a.dropdown.mob::after {
  display: none !important;
}
.th-mobile-menu ul .th-item-has-children > a.dropdown .th-mean-expand {
  top: 60%;
  font-size: 8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
li.courses-mob-dropdowns ul li a {
  font-size: 12px;
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  header.th-header.header-layout6 .container {
      max-width: 100%;
    padding: 0 1% !important;
  }
  .header-layout6 .main-menu > ul > li {
    margin: 0 5px !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .header-layout6 .main-menu > ul > li > a {
        padding: 0px 0;
        font-size: 14px;
    }
    .header-layout6 .main-menu > ul > li {
        margin: 0 5px;
    }
    header .menu-area> .container> .row> div:nth-child(1) {
        width: 45.5%;
    }
    header .menu-area> .container> .row> div:nth-child(2) {
        width: 24.5%;
        display: flex;
    }
    .header-logo.logo-shape1.justify-content-center a img {
        width: 115px !important;
    }
    header .menu-area> .container> .row> div:nth-child(3) {
        width: 30%;
    }
}
@media screen and (max-width:991px) and (min-width:768px){
     .header-layout6 .th-menu-toggle {
          margin: 0px;
          height: 48px;
          width: 48px;
      }
      .header-logo.logo-shape1.justify-content-center a img {
        width: 115px !important;
    }

}
@media (min-width: 849px) {
  .header-main-row {
    align-items: baseline !important;
    max-height: 60px;
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .header-logo.logo-shape1.justify-content-center a img {
        width: 115px !important;
   }
   .header-logo.logo-shape1 a {
        margin-top: 0px;
        margin-bottom: 10px;
   }
  .header-layout6 .container {
      max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  img.footer-logo {
    margin-top: -20% !important;
  }
  .sjz-start-learning {
    display: none !important;
  }
  section.our-courses-section.gap.oc-last-sec {
    margin-bottom: -55%;
  }
  .oc-last-sec-div {
    padding-bottom: 120px;
  }
  .cr-heading {
      width: 100%;
  }
  .courses-img img {
    height: 350px !important;
}
}
